toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.cast
/
[jvm]ReceiverDisconnectedException
Receiver
Disconnected
Exception
public
final
class
ReceiverDisconnectedException
extends
RuntimeException
An exception indicating that the receiver has been disconnected.
Since
7.34
Members
Constructors
Receiver
Disconnected
Exception
Link copied to clipboard
public
void
ReceiverDisconnectedException
(
String
message
)
Properties
cause
Link copied to clipboard
public
Throwable
cause
stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
stackTrace
Functions
add
Suppressed
Link copied to clipboard
public
final
synchronized
void
addSuppressed
(
Throwable
exception
)
fill
In
Stack
Trace
Link copied to clipboard
public
synchronized
Throwable
fillInStackTrace
(
)
get
Cause
Link copied to clipboard
public
synchronized
Throwable
getCause
(
)
get
Localized
Message
Link copied to clipboard
public
String
getLocalizedMessage
(
)
get
Message
Link copied to clipboard
public
String
getMessage
(
)
get
Stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
getStackTrace
(
)
get
Suppressed
Link copied to clipboard
public
final
synchronized
Array
<
Throwable
>
getSuppressed
(
)
init
Cause
Link copied to clipboard
public
synchronized
Throwable
initCause
(
Throwable
cause
)
print
Stack
Trace
Link copied to clipboard
public
void
printStackTrace
(
)
set
Stack
Trace
Link copied to clipboard
public
void
setStackTrace
(
Array
<
StackTraceElement
>
stackTrace
)
to
String
Link copied to clipboard
public
String
toString
(
)